home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 019a / zdir.zip / TNT.DOC < prev    next >
Text File  |  1993-04-23  |  13KB  |  292 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.          ///////////////////    ///           //   //////////////////
  25.                 //             // //         //           //
  26.                //             //   //       //           //
  27.               //             //     //     //           //
  28.              //             //       //   //           //
  29.             //             //         // //           //
  30.            //             //           ///           //
  31.           //             //            //           //
  32.  
  33.  
  34.  
  35.  
  36.  
  37.                    Tessler's Nifty Tools (TNT) Release 3.2
  38.  
  39.                               <<< SHAREWARE >>>
  40.  
  41.             Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1993
  42.  
  43.                              All Rights Reserved.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. TNT   is   a  collection  of  useful  SHAREWARE  MS-DOS   programs.   Monetary 
  66. contributions and any  ideas   for enhancements may be sent to:
  67.  
  68.                    Tessler's Nifty Tools (TNT)  Release 3.2
  69.                    430 Canyon Woods Place Suite A
  70.                    San Ramon, Ca. 94583
  71.  
  72.                    CompuServ: 71044,542
  73.  
  74.                    **************************************
  75.                    **        Summary of programs:      **
  76.                    **************************************
  77.  
  78.  
  79. CAPSTAT.EXE    Sets   DOS  ERRORLEVEL  to  0  if your local  printer   is  NOT 
  80.                being captured to a Novell printer. Sets it to 1 if it IS being 
  81.                captured.
  82.  
  83. CHEK4DUP.EXE   Generates  a list of files  that exist in both .EXE  and   .COM 
  84.                form.  This  usually occurs when  software is  upgraded from  a 
  85.                COM  format  to  an  EXE format and the old  COM   version   is 
  86.                accidentally  left on  the system  when the new  EXE   form  is 
  87.                put  onto   the  system.  DOS  will always  invoke    the   COM 
  88.                form   before   the  EXE  form  program  so  you should  delete 
  89.                the  older  COM program if required.
  90.  
  91. COMSPEED       Returns  the actual baud rate that a COM (serial) port  is  set 
  92.                to.  With  today's  high  speed  modems that can  adjust  their 
  93.                phone line  and  data  rate (speed) automatically, it is  often 
  94.                very  difficult to determine if your line is operating  at  the 
  95.                proper  rate. Use COMSPEED to check your COM port's data   rate 
  96.                after establishing a data connection.
  97.  
  98. COPYWA.EXE     Copies   files   matching  the   source   filespec    to    the 
  99.                destination  filespec  with the source file's attribute  copied 
  100.                into the  destination  file too.
  101.  
  102. CRTDUMP.EXE    This program dumps the contents of either a color or monochrome 
  103.                card/monitor in alphanumeric mode to the specified file.
  104.  
  105. DIR2BAT.EXE    Will  write  a listing of drive_path_file  specs  matching  the 
  106.                user's entered file  specification to  the  file DIR2.BAT. Each 
  107.                file  specification  found  may  be   prefixed and suffixed  by 
  108.                user provided strings. This batch file will then  be   able  to 
  109.                perform actions to the files.....
  110.  
  111.                For example, if your C: disk contains the following files:
  112.                        README.DOC TESTME.DOC LIST.DOC PRINTER.DOC
  113.  
  114.                Then the command:
  115.                        DIR2BAT C:*.DOC /S /A "ATTRIB -R ! /S" "DEL !" 
  116.  
  117.                will append the following lines to an existing DIR2.BAT file:
  118.  
  119.                     ATTRIB -R C:\README.DOC /S
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                     DEL C:\README.DOC
  127.                     ATTRIB -R C:\TESTME.DOC /S
  128.                     DEL C:\TESTME.DOC
  129.                     ATTRIB -R C:\LIST.DOC /S
  130.                     DEL C:\LIST.DOC
  131.                     ATTRIB -R C:\PRINTER.DOC /S
  132.                     DEL C:\PRINTER.DOC
  133.                     <eof>
  134.  
  135. DVCPU.EXE      is  a  DesqView utility program that is meant to be  run  right  
  136.                before running  a program that requires full usage of the CPU's 
  137.                computing   power.   It pops up the DesqView  window  and  sets 
  138.                'Share CPU when in Foreground' to 'Y'  or 'N' depending on  the 
  139.                parameter  entered.  It  useful for programs  that  insist   on 
  140.                running  in  a  non-multitasking  environment  such  as   voice  
  141.                sampling and digitization programs.
  142.  
  143. DVPROMPT.EXE   Facilitates naming of DOS windows under DesqView. For  example, 
  144.                upon  opening and  using  several DOS windows with command line 
  145.                programs,  the   user  often finds  it  difficult  to  remember 
  146.                which window he/she was doing what task  in. Since each  window 
  147.                has  the same DOS prompt, DOS gives him/her no visual  clue  to 
  148.                the identification of the current window. 
  149.  
  150.                This program will change each DOS window's DOS prompt into  the 
  151.                typical  form of:
  152.                
  153.                     1 C:\>
  154.                     2 C:\>
  155.                     3 C:\>     etc.
  156.  
  157.                It  will  maintain  a  counter in  the  file  DVPROMPT.DAT.  If 
  158.                DVPROMPT  is   invoked and  it  cannot  find  DVPROMPT.DAT,  it 
  159.                resets  the counter to 1 (one).  If  it finds DVPROMPT.DAT,  it 
  160.                creates a file called TEMP.BAT that contains the sole line:
  161.  
  162.                     PROMPT n <user_string>
  163.  
  164.                where  n  is the counter value found in  DVPROMPT.DAT  and  the 
  165.                user_string  is   a  PROMPT string  (typically  $P$G).  If  the 
  166.                user_string contains spaces,  enclose it with double quotes.
  167.  
  168.                A  useful example is as follows: Assume that  DesqView  invokes 
  169.                AUTOEXEC.BAT  as  "AUTOEXEC   X"  whenever   it   opens  a  DOS  
  170.                command  shell.  Let  AUTOEXEC.BAT contain:
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.                     VERIFY OFF
  178.                     PATH = C:\;C:\DOS;C:\WPROC
  179.                     IF %1Y==Y GOTO NOT_UNDER_DV
  180.                     REM INVOKED BY DESQVIEW
  181.                     DVPROMPT $P$G
  182.                     TEMP      <- DOS jumps to this batch file to set the      prompt
  183.                     :NOT_UNDER_DV
  184.                     REM ENVOKED BY PC UPON POWER-UP
  185.                     DEL DVPROMPT.DAT         <- reset the counter to 1.
  186.                     PROMPT $P$G
  187.  
  188. DVRUN.EXE      A  DesqView  utility  program that returns ERRORLEVEL  =  0  if 
  189.                DesqView is running or 1 if it is not.
  190.  
  191. EXPNDTAB.EXE   Copies  the  file matching the  source    filespec    to    the 
  192.                destination   filespec  with any source file  <tab>  characters 
  193.                expanded  into space characters into the destination file.
  194.  
  195. FEEFIFO.EXE    Enables  the  FIFO  of a 16550A UART chip  at  the   COM   port 
  196.                specified  by  the  user. If the port  is  not  FIFO  equipped,  
  197.                nothing is done.
  198.  
  199. GROWP.COM      This   resident program requires about 1400 bytes  of  resident 
  200.                RAM   to  add    a  default  '>'   or   user   entered   growth  
  201.                character   to   the environment's  'PROMPT' string  each  time  
  202.                another  copy of  COMMAND.COM is  shelled  and  to  remove  the  
  203.                growth   character    when   the   copy   of   COMMAND.COM   is  
  204.                terminated.  GROWP  requires DOS version 3.0  or  higher.  Each  
  205.                growth  character  represents a suspended program  in  RAM  and  
  206.                gives you  a  visual warning that you should not turn-off  your  
  207.                PC   before returning  to the suspended program and  gracefully  
  208.                exiting  it.
  209.  
  210. IFONSCRN.EXE   IFONSCRN will examine the video screen for the appearance of up 
  211.                to  three case-sensitive   trigger (search) character  strings. 
  212.                IFONSCRN may be run as  a  TSR (RAM-resident)  or as a  non-TSR 
  213.                program  (CL  mode). If IFONSCRN is  running  in  the   command 
  214.                line (CL -non-resident) mode, and it finds one  of  the trigger 
  215.                strings, it sets the DOS ERRORLEVEL to 0 (zero) , else if it is 
  216.                not found,  it will  be  set  to  1 (one). 
  217.  
  218.                In either TSR or CL mode, after finding the trigger string,  an 
  219.                optional  window may pop up with the user's message.  Different 
  220.                types  of beeps may be associated with  the  window,  including 
  221.                the  ability  to control an external   parallel   port  device. 
  222.                After pressing any key to clear the window, optional keystrokes 
  223.                may  be automatically sent to the foreground program (TSR  mode 
  224.                only). 
  225.  
  226. PARKHEAD.EXE   This  program  runs  on IBM  PC/286/386s  and  most  compatible  
  227.                machines. It parks up to  2 hard (fixed) disk's heads over  the  
  228.                shipping area where user data doesn't reside.
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235. PDEL.EXE       PERMANENTLY deletes with verification, your specified filename.  
  236.                You  will be prompted to press 'Y'<cr> to delete  the  specific  
  237.                file.
  238.  
  239. PLAYER.EXE     Plays  a WAVE or VOC formatted sound file on a Sound Blaster or 
  240.                Sound  Blaster Pro Audio card.
  241.  
  242. PRTSCRFF.EXE   Appends  a  form-feed  (paper eject) command  to  your  printer 
  243.                whenever    you   press the PrintScreen key.  Very  useful   to 
  244.                keep   your  printer always at its  top-of-form  position.  For 
  245.                laser  printers,  this  saves  you  from  taking  the   printer 
  246.                off-line, and pressing the PageEject button.
  247.  
  248. RLIST.EXE      Prints  a range of lines from a file (CR,LF delimited)  to  the  
  249.                CON:  or  PRN:  device. Useful to view a portion  of  a  file's  
  250.                contents.
  251.  
  252.           RWDIR.EXE       Generates  a list of non-read-only files. Useful  to 
  253.                keep   track  of  the few files on your system that are   read-
  254.                writable   since  the  cautious  user  will have  the  majority  
  255.                of  his/her  files  marked  as read-only. Certain  applications 
  256.                require their  files  to read-writable so not every file may be 
  257.                set to read-only.
  258.  
  259. SETBEEP.COM    Installs  itself  as a RAM-resident program that will  set  the  
  260.                beep  character's (ASCII decimal 7 or control-G) duration to  a 
  261.                user  specified  value.  The  default beep  tone duration is  1 
  262.                second which is  too  long  and annoying for many people.  This 
  263.                program intercepts BIOS interrupt 10h WRITE_TTY.
  264.  
  265. TUNE4DAY.EXE   Plays   a   voice  file(s)  upon  invocation.   TUNE4DAY   uses 
  266.                TUNE4DAY.INI to  control its  operation. It maintains a pointer 
  267.                in  this  file to control which  file(s) it   will   act   upon 
  268.                during  its  next  invocation. It runs  a   command   on   this 
  269.                file(s).  Even  though  TUNE4DAY is meant to  traverse  down  a 
  270.                directory  of   sound  files  and   play  the  next  sequential 
  271.                file(s), it can be used to  perform  any command on a directory 
  272.                of any type of files.
  273.  
  274. VDEL.EXE       Will  delete with verification, files that match your  filename  
  275.                specification. You will be prompted to press 'Y' to delete  the  
  276.                specific  file.  'Read-only'  files  will  prompt  you  for  an  
  277.                additional 'Y' to be deleted.
  278.  
  279. VERS.COM       Installs itself as a RAM-resident program that will set the DOS  
  280.                version to a user specified value. This is useful when  running  
  281.                programs   that  require  a specific DOS version for no  useful  
  282.                reason.   (Many   DOS  supplemental programs  require  specific  
  283.                versions for no reason. For example, if you are running DOS 3.1  
  284.                but like DOS 3.2's ATTRIB.EXE '/S' sub-directory search option,  
  285.                you  could set VERS to 3.2, then run ATTRIB and then  reset  it  
  286.                back to 3.1).
  287.  
  288. ZDIR.EXE       Reports  the  kilobytes  contained in the  files  matching  the  
  289.                filespec_to_scan.
  290.  
  291.  
  292.